home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Technology Seed / Jan. '98 ATS.toast / QuickTime™ 3.0b11 / QTPublicInterfaces / CIncludes / QTMLUnMapNames.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-12  |  1.6 KB  |  87 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        QTMLUnMapNames.h
  3.  
  4.      Contains:    QuickTime Cross-platform routine names
  5.  
  6.      Version:    Technology:    
  7.                  Release:    QuickTime 3.0 Beta
  8.  
  9.      Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. */
  18. #ifndef __QTMLUNMAPNAMES__
  19. #define __QTMLUNMAPNAMES__
  20.  
  21.  
  22. #undef SetPort 
  23. // #undef IsWindowVisible 
  24. // #undef GetNextWindow
  25. // #undef CompareString
  26. #undef FlushInstructionCache
  27. #undef ReplaceText
  28. #undef AnimatePalette
  29. #undef ResizePalette
  30. #undef LineTo
  31. #undef SetRect
  32. #undef EqualRect
  33. #undef OffsetRect
  34. #undef InsetRect
  35. #undef UnionRect
  36. #undef PtInRect
  37. #undef InvertRect
  38. #undef FrameRect
  39. #undef FillRect
  40. #undef SetRectRgn
  41. #undef CopyRgn
  42. #undef UnionRgn
  43. #undef XorRgn
  44. #undef EqualRgn
  45. #undef FillRgn
  46. #undef FrameRgn
  47. #undef InvertRgn
  48. #undef PaintRgn
  49. #undef OffsetRgn
  50. #undef GetPixel
  51. #undef Polygon
  52. #undef ShowCursor
  53. #undef SetCursor
  54. #undef GetCursor
  55. #undef ShowWindow
  56. #undef MoveWindow
  57. #undef GetMenu
  58. #undef DeleteMenu
  59. #undef AppendMenu
  60. #undef InsertMenu
  61. #undef DrawMenuBar
  62. #undef InsertMenuItem
  63. #undef CloseWindow
  64. #undef FindWindow
  65. #undef LoadResource
  66. #undef DrawText
  67. #undef OpenDriver
  68. #undef CloseDriver
  69. #undef StartSound
  70. #undef StopSound
  71. #undef GetCurrentThread
  72. #undef GetClassInfo
  73. #undef SendMessage
  74. #undef GetPath
  75. #undef GetParent
  76. #undef GetFileSize
  77. #undef GetDoubleClickTime
  78. #undef IsWindowVisible
  79. #undef GetItem
  80. #undef SetItem
  81. #undef Region
  82. #undef TokenType
  83.  
  84.  
  85. #endif /* __QTMLUNMAPNAMES__ */
  86.  
  87.